Zabbix Server - Add APC UPS Kategoria: Zabbix | Tagi: zabbix | Autor: Bartłomiej Gałęzia

Dodaj repozytoria non-free do sources.list

vim /etc/apt/sources.list
deb http://deb.debian.org/debian buster main contrib non-free
deb-src http://deb.debian.org/debian buster main contrib non-free

deb http://deb.debian.org/debian-security/ buster/updates main contrib non-free
deb-src http://deb.debian.org/debian-security/ buster/updates main contrib non-free

deb http://deb.debian.org/debian buster-updates main contrib non-free
deb-src http://deb.debian.org/debian buster-updates main contrib non-free

Zainstaluj na serwerze paczki snmp i snmp-base

aptitude update
aptitude install snmp snmp-mibs-downloader

Edytuj plik snmp.conf

vim /etc/snmp/snmp.conf
#mibs:

Uruchom w wierszu poleceń:

download-mibs
service zabbix-server restart

Sprawdzamy połączenie przez SNMP

snmpwalk -c public -v2c 192.168.1.10

Pobierz Template "ICMP Ping"

https://share.zabbix.com/official-templates/icmp-ping

Zmień wszystkie występowania "Template Module ICMP Ping" na "Template ICMP Ping"

vim Template_Module_ICMP_Ping_3.4.0.xml
...
 <groups>
<group>
<name>Templates/Modules</name>
</group>
</groups>
<templates>
<template>
<template>Template ICMP Ping</template>
<name>Template ICMP Ping</name>
<description>Template ICMP Ping version: 0.12</description>
...

https://share.zabbix.com/power-ups/apc/updated-apc-ups

Zaimportuj oba Template'y do Zabbixa

Menu -> Configuration > Templates > Import

 

Dodaj komentarz

Brak komentarzy, bądź pierwszy i dodaj swój komentarz